-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comment On Forks Instead Writes To Artifact #322
Conversation
Package Changes Through 417eb94There are 9 changes which include covector with minor, action with minor, @covector/apply with minor, @covector/assemble with minor, @covector/changelog with minor, @covector/files with minor, @covector/command with minor, @covector/toml with minor, @covector/types with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again for your help with checking this works across a fork @echocaro!
Motivation
In the situation of a fork (such as this PR), we don't have access to a token with permissions to post a comment. In this situation, we will instead upload that content as an artifact to the workflow. Another workflow / job can then handle that posting of the comment.
Approach
Upload comment as artifact on comment failure.